home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/real/wires/r3wcache.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("oops/r3root.js")
- include("oops/r3color.js")
- var R3CLID_WIRECACHE = 104;
-
- R3WCACHEM_ALLOC = 104001;
-
- function _R3WCACHEM_ALLOC() {
- return this.r3Do(R3WCACHEM_ALLOC, arguments);
- }
-
-
- R3WCACHEM_CLEAR = 104002;
-
- function _R3WCACHEM_CLEAR() {
- return this.r3Do(R3WCACHEM_CLEAR, arguments);
- }
-
-
- R3WCACHEM_ADDITEM = 104003;
-
- function _R3WCACHEM_ADDITEM() {
- return this.r3Do(R3WCACHEM_ADDITEM, arguments);
- }
-
-
- R3WCACHEM_GETCACHELIST = 104004;
-
- function _R3WCACHEM_GETCACHELIST() {
- return this.r3Do(R3WCACHEM_GETCACHELIST, arguments);
- }
-
- R3WCACHEA_Valid = 104502;
- function SetR3WCACHEA_Valid(value) {
- this.r3Set(R3WCACHEA_Valid, value);
- }
-
- function GetR3WCACHEA_Valid() {
- var value = 0;
- return this.r3Get(R3WCACHEA_Valid, value); // int*
- }
-
- R3WCACHEA_Flags = 104503;
- function SetR3WCACHEA_Flags(value) {
- this.r3Set(R3WCACHEA_Flags, value);
- }
-
- function GetR3WCACHEA_Flags() {
- var value = 0;
- return this.r3Get(R3WCACHEA_Flags, value); // int*
- }
-
- function r3Wirecache () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_WIRECACHE, arguments);
- }
- // Methods
- this.ALLOC=_R3WCACHEM_ALLOC;
- this.CLEAR=_R3WCACHEM_CLEAR;
- this.ADDITEM=_R3WCACHEM_ADDITEM;
- this.GETCACHELIST=_R3WCACHEM_GETCACHELIST;
-
- // Attributes
- this.GetValid=GetR3WCACHEA_Valid;
- this.SetValid=SetR3WCACHEA_Valid;
- this.GetFlags=GetR3WCACHEA_Flags;
- this.SetFlags=SetR3WCACHEA_Flags;
- }
-
- r3Wirecache.prototype=new r3Root;
- // inc/real/wires/r3wcache.h_H